home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000118_ishikawa@yk.rim.or.jp_Mon Dec 2 09:15:47 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  76 lines

  1. Article: 13899 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.rim.or.jp!news.rim.or.jp!not-for-mail
  3. From: Ishikawa <ishikawa@yk.rim.or.jp>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: A Letter to the Kermit Community
  6. Date: Mon, 02 Dec 2002 11:19:12 +0900
  7. Organization: Ye 'Ol Disorganized NNTPCache groupie
  8. Lines: 52
  9. Message-ID: <3DEAC320.6A81B11F@yk.rim.or.jp>
  10. References: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: pl1631.nas911.n-yokohama.nttpc.ne.jp
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=iso-2022-jp
  14. Content-Transfer-Encoding: 7bit
  15. X-Trace: news.rim.or.jp 1038795658 77015 210.139.45.95 (2 Dec 2002 02:20:58 GMT)
  16. X-Complaints-To: root@rim.or.jp
  17. NNTP-Posting-Date: Mon, 2 Dec 2002 02:20:58 +0000 (UTC)
  18. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.20 i686)
  19. X-Accept-Language: ja, en
  20. Cache-Post-Path: duron!unknown@localhost
  21. X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13899
  23.  
  24. Hi,
  25.  
  26. I have been using Kermit on and off for the
  27. last 20 years (?) soon after the Byte
  28. magazine article appeared.
  29.  
  30. I noticed that Jeff's name appeared now and then
  31. on the newsgroup for the last several years when
  32. I reported bugs in a rarely used features of
  33. kermit. (Or I should say, the feature/bug
  34. triggred by a rarely used combination of kermit
  35. and hardware/OS.).
  36.  
  37. > My participation in open source projects such as MIT Kerberos and
  38. > OpenSSL will continue.  My participation in the IETF will continue.
  39.     ...
  40. > It is my hope that my next
  41. > employeer will provide me the opportunity to continue this work.
  42.  
  43. I surely hope so.
  44.  
  45. Thank you for your contribution so far.
  46.  
  47. I didn't quite realize that the kermit support is
  48. a volunteer(!?) part of your job until I read Frank's post
  49. and yours today. 
  50.  
  51. > Jeffrey Altman
  52. > Volunteer Kermit Developer
  53.  
  54. Great contribution and you will be missed.
  55.  
  56. Now I would say to the readers, it is your turn
  57. to send in patches (and feature enhancement) if
  58. you use C-kermit...
  59. Sometimes it is quite educational to read through
  60. Kermit source.
  61. how kermit handles system-depencies and
  62. the tips for handling communiation ioctl() in
  63. various OSes may be indispensable. (To me, it was,
  64. and I reported a problem or two before in
  65. these very system-dependent codes. The problems were
  66. caused, I think due to system library changes).
  67.  
  68. Again, I wish a good luck in your next career, Jeff.
  69.  
  70. -- 
  71. int main(void){int j=2002;/*(c)2002 cishikawa. */
  72. char t[] ="<CI> @abcdefghijklmnopqrstuvwxyz.,\n\"";
  73. char *i ="h>qtCIuqivb,gCwe\np@.ietCIuqi\"tqkvv is>dnamz";
  74. while(*i)((j+=strchr(t,*i++)-(int)t),(j%=sizeof t-1),
  75. (putchar(t[j])));return 0;}/* under GPL */
  76.